home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-12-20 | 898 b | 32 lines | [TEXT/MPS ] |
- # This Makefile is has no dependencies. Consider yourself warned.
-
- INITOBJS=bdinstall.a.o resident.a.o InitToPrefs.c.o ShowIcon7.c.o
- CDEVOBJS=cdev.c.o InitToPrefs.c.o cdev.a.o resident.a.o
-
- .a.o ƒ .a
- {Asm} {DepDir}{Default}.a -o {TargDir}{Default}.a.o -case on
-
- .c.o ƒ .c common.h
- {C} {DepDir}{Default}.c -o {TargDir}{Default}.c.o -b -mbg off -opt full
-
- LOBE ƒƒ {INITOBJS}
- Link -msg nowarn -rt INIT=0 -m INITInstall -sg theINIT -ra theINIT=resLocked ∂
- -o {Targ} {INITOBJS}
- SetFile -t 'cdev' -c 'CR91' {Targ} -a B
-
- LOBE ƒƒ {CDEVOBJS}
- Link -msg nowarn -rt cdev=-4064 -m CDEVENTRY -sg theCDEV -ra theCDEV=resPurgeable ∂
- -o {Targ} {CDEVOBJS} "{Libraries}"Interface.o
- SetFile -t 'cdev' -c 'CR91' {Targ} -a B
-
- LOBE ƒƒ LOBE.rsrc
- Echo 'include "LOBE.rsrc";' | Rez -a -o {Targ}
-
- clean ƒ
- Delete -i {INITOBJS} {CDEVOBJS} LOBE
-
- install ƒ LOBE
- Duplicate -y LOBE "{SystemFolder}Control Panels"
-
-
-